home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1998 April: Mac OS SDK
/
Dev.CD Apr 98 SDK1.toast
/
Development Kits (Disc 1)
/
QuickDraw 3D
/
Samples
/
SampleCode
/
Tumbler and Podium
/
Tumbler_traps.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-14
|
291 b
|
14 lines
|
[
TEXT/MPS
]
// Simple framework for Macintosh sample code
//
// Nick Thompson, DEVSUPPORT
//
// This file contains the trap detection related code code for the framework.
//
// 9/16/94 nick first cut
#ifndef _Tumbler_TRAPS_H_
#define _Tumbler_TRAPS_H_
Boolean myTrapAvailable(short theTrap) ;
#endif